home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / gui / gadtoolsbox20c.lha / GadToolsBox / GTXLib / Asm_includes / gadtoolsbox / gtxbase.i < prev    next >
Text File  |  1993-04-01  |  1KB  |  50 lines

  1.         IFND    GADTOOLSBOX_GTXBASE_I
  2. GADTOOLSBOX_GTXBASE_I   SET     1
  3. **
  4. **      $Filename: gtxbase.i $
  5. **      $Release: 1.0 $
  6. **      $Revision: 39.1 $
  7. **
  8. **      gadtoolsbox.library base definitions.
  9. **
  10. **      (C) Copyright 1992 Jaba Development.
  11. **          Written by Jan van den Baard
  12. **
  13.         IFND    EXEC_TYPES_I
  14.         include "exec/types.i"
  15.         ENDC
  16.  
  17.         IFND    EXEC_LIBRARIES_I
  18.         include "exec/libraries.i"
  19.         ENDC
  20.  
  21. GTXNAME         MACRO
  22.                 DC.B    'gadtoolsbox.library',0
  23.                 ENDM
  24.  
  25. GTXVERSION      EQU     39
  26.  
  27.         STRUCTURE GTXBase,LIB_SIZE
  28. **
  29. ** These library bases may be extracted from this structure
  30. ** for your own usage as long as the GTXBase pointer remains
  31. ** valid.
  32. **
  33.             APTR            gxb_DOSBase;
  34.             APTR            gxb_IntuitionBase;
  35.             APTR            gxb_GfxBase;
  36.             APTR            gxb_GadToolsBase;
  37.             APTR            gxb_UtilityBase;
  38.             APTR            gxb_IFFParseBase;
  39.             APTR            gxb_ConsoleDevice;
  40.             APTR            gxb_NoFragBase;
  41. **
  42. ** The next library pointer is not guaranteed to
  43. ** be valid! Please check this pointer _before_ using
  44. ** it!
  45. **
  46.             APTR            gxb_PPBase;
  47.         LABEL               gxb_SIZEOF
  48.  
  49.         ENDC
  50.